←Select platform

Log(string,object[]) Method

Summary

Logs the specified message to a text file.

Syntax

C#
VB
C++
protected virtual void Log( 
   string format, 
   object[] args 
) 
  
Protected Overloads Sub Log( _ 
   ByVal format As String, _ 
   ByVal ParamArray args() As Object _ 
)  
protected: 
void Log(  
   String^ format, 
   ... array<Object^>^ args 
)  

Parameters

format
The format.

args
The args.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly